internal/runtime/atomic.UnsafePointer.value (field)
6 uses
	internal/runtime/atomic (current package)
		types.go#L459: 	value  unsafe.Pointer
		types.go#L466: 	return Loadp(unsafe.Pointer(&u.value))
		types.go#L479: 	StorepNoWB(unsafe.Pointer(&u.value), value)
		types.go#L484: 	storePointer(&u.value, value)
		types.go#L505: 	return Casp1(&u.value, old, new)
		types.go#L512: 	return casPointer(&u.value, old, new)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |